home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glcfly.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  172 b   |  10 lines

  1. on mouseUp
  2.   global goDest
  3.   puppetSound("Tone")
  4.   set the visible of sprite 6 to 0
  5.   updateStage()
  6.   set goDest to "MOV4"
  7.   puppetTransition(3, 4)
  8.   go(the frame + 1)
  9. end
  10.